-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GUI for N1471H (CAEN) #63
Conversation
@AlvaroEzq I made some changes to the file:
|
I added the caenSimulator module in the same directory as gui.py (face723).
Yes, this achives what I intended 👍 |
Oh I see. I never use the event variable so it felt strange. Since I don't like to have unused variables (even if they are in fact used behind the scenes by the program) I like to remove them by wrapping the function in a lambda. This should work. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@AlvaroEzq when you think this is ready please review and approve the PR (since you are the reviewer) and I'll merge it! |
No description provided.